{% extends "global/Page.html" %} {% load otree static %} {% block title %} Seat Selection {% endblock %} {% block content %}


Seat A Seat B
Seat {{ session.vars.row2_a }}{{ session.vars.col2_a }} {{ session.vars.row2_b }}{{ session.vars.col2_b }}
Seat Class Economy Economy
Legroom
{{ session.vars.legroom2_a }} in. better than main

{{ session.vars.legroom2_b }} in. better than main
Flight Length {{ session.vars.distance2 }}
Flight Time {{ session.vars.time2 }}
Additional Price {{ session.vars.price2_a }} {{ session.vars.price2_b }}


{% formfield player.choice2 label=" Please Select Your Preferred Seat" %}
{% next_button %} {% endblock %}